anjuna-nitro-cli terminate-enclave

Terminates an enclave.

SYNOPSIS

anjuna-nitro-cli terminate-enclave [FLAGS] --enclave-id <enclave-id>

DESCRIPTION

Terminate a running enclave. If the --all command-line flag is specified, the currently running enclave will be terminated.

If the --all command-line flag is not specified, you must provide the --enclave-id command-line argument that uniquely identifies a running enclave (see anjuna-nitro-cli terminate-enclave for more information).

OPTIONS

USAGE:
    anjuna-nitro-cli terminate-enclave [FLAGS] --enclave-id <enclave-id>

FLAGS:
        --all        Terminate all running enclave instances belonging to the current user
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --enclave-id <enclave-id>    Enclave ID, used to uniquely identify an enclave

EXIT STATUS

  • 0 on success

  • > 0 on error

EXAMPLE

anjuna-nitro-cli terminate-enclave --enclave-id i-0f2c4b721470e92c4-enc1776bc0278e90b9

or

anjuna-nitro-cli terminate-enclave --all