Skip to main content
Unary · Environments Permanently deletes an environment. Running environments are automatically stopped before deletion. If force is true, the environment is deleted immediately without graceful shutdown.

Examples

  • Delete with graceful shutdown: Deletes an environment after gracefully stopping it.
  • Force delete: Immediately deletes an environment without waiting for graceful shutdown.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.DeleteEnvironmentRequest

Response

gitpod.v1.DeleteEnvironmentResponse This message has no fields.