Compute

Delete compute environment

Permanently delete a compute environment and all its associated resources. This will stop all running deployments and clean up related configurations. The default environment cannot be deleted if other environments exist.

delete/compute/v1/environments/{name}

Path parameters

namestring required

Name of the compute environment to delete

Response

Environment deleted successfully

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "Environment 'litigation-processing' deleted"
}

Changes