Skip to main content
datumctl compute destroy removes a workload, its ALB, and every Instance that it created in every location:
Before it deletes anything, the command prints a summary of the number of placements, the locations, the total minimum replicas, and the ALB’s hostnames, and then asks for confirmation. Custom domains attached to the ALB stop serving the workload, but Datum keeps the domain resources. To skip the prompt in scripts and CI, pass -y or --yes:
Unlike datumctl delete elsewhere in the CLI, destroy has no --dry-run and there’s no diff equivalent to preview it. The confirmation prompt is your only checkpoint — read the summary it prints, or check the workload yourself first:

Next steps

  • datumctl compute destroy --help for the full flag reference.
  • Deploying workloads — redeploy the workload later from the same manifest or image.
  • Operations — restart or check Instances before you decide to remove a workload altogether.
Last modified on September 23, 2026