Method: runtimes.delete

Deletes a Colab runtime assignment.

HTTP request

DELETE https://colaboratory.googleapis.com/v1beta/{name=runtimes/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the runtime to unassign. Format: runtimes/{runtimeId}.

Query parameters

Parameters
allowMissing

boolean

Optional. If set to true, and the runtime is not found, the request will succeed but no action will be taken on the server.

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/colaboratory

For more information, see the OAuth 2.0 Overview.