Delete a Deployment
To delete a Deployment, you need:- Either System Admin or Workspace Admin permissions
- A Deployment ID. To retrieve this value, run
astro deployment listor request theidvalue in theworkspaceDeploymentquery.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete an Astro Private Cloud Deployment programmatically with the Houston API.
astro deployment list or request the id value in the workspaceDeployment query.mutation DeleteDeployment {
deleteDeployment (
deploymentUuid: "<deployment-id>"
) {
id
}
}
Was this page helpful?