Docs Home
Viewing docs for
BYOCSelf-Managed

Cancel or Delete

On this page

Several actions may necessitate cancelling, stopping, or deleting a deployment. For example:

  • Modifying the SQL code for a deployment
  • Additing or deleting parameters to or from the WITH clause
  • Changing the version of a deployment
  • A deployment fails and cannot reuse the state data to recover
  • You no longer need a deployment

Cancel or Stop a Deployment

  1. Ensure the deployment is running.
  2. In the left navigation, click the Namespace selector and select the namespace that you want to open.
  3. Click Deployments.
  4. On the Deployments page, click Cancel in the deployment's Actions column.
  5. Click OK to confirm.

While the deployment is canceling, the status displays in the console.

Other Ways to Stop a Deployment

If you want the system to create a savepoint before canceling deployment, click More Strategies and select Stop With Savepoint in the Cancel this deployment dialog box. The system creates a savepoint for the deployment and then the deployment enters the cancel process.

If you want to permanently remove or terminate the deployment, you can use Stop With Drain. The deployment is permanently terminated. For more information, see the Drain section.

Delete a Deployment If you no longer need a deployment, you can delete it.

  1. Ensure the deployment is not running. After it has stopped completely, the associated data will be deleted along with it.
  2. In the left navigation, click the Namespace selector and select the namespace that you want to open.
  3. Click Deployments.
  4. On the Deployments page, click Delete in the deployment's Actions column.
  5. Click OK.
Was this helpful?