Sha256: 35e185de6f7f020a0ce5668ad05b197738cf678226558700ad25067de25a4e03
Contents?: true
Size: 885 Bytes
Versions: 19
Compression:
Stored size: 885 Bytes
Contents
--- title: ufo destroy reference: true --- ## Usage ufo destroy SERVICE ## Description Destroy the ECS service. ## Examples Ufo provides a quick way to destroy an ECS service. To destroy an ECS service, you must make sure that the desired number of tasks is first set to 0. It is easy to forget to do this and waste time. So as part of destroying the service ufo will scale the ECS service down to 0 automatically first and then destroys the service. Ufo also prompts you before destroying the service. ufo destroy hi-web If you would like to bypass the prompt, you can use the `--sure` option. ufo destroy hi-web --sure ## Options ``` [--sure], [--no-sure] # By pass are you sure prompt. [--verbose], [--no-verbose] [--mute], [--no-mute] [--noop], [--no-noop] [--cluster=CLUSTER] # Cluster. Overrides ufo/settings.yml. ```
Version data entries
19 entries across 19 versions & 1 rubygems