This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Delete a deployment
editDelete a deployment
editIn this last example, you can use the ecctl deployment shutdown command to delete the deployment that you created.
ecctl deployment shutdown [--track] $DEPLOYMENT_ID
-
$DEPLOYMENT_ID
is the ID for the deployment that was created in the previous create a deployment example.
On running this and other destructive commands, ecctl prompts you with a confirmation message. Use the --force
option to skip the confirmation step, if you are using ecctl for automation.
To monitor the progress, use the --track
flag.
To see the different options that ecctl supports, run ecctl <command> <help>
.