Amazon CloudSearch
Developer Guide (API Version 2011-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Go to the Kindle Store to download this guide in Kindle format.Did this page help you?  Yes | No |  Tell us about it...

cs-delete-domain

NAME

cs-delete-domain - Permanently delete the specified domain and all of its
                   data.

SYNOPSIS

cs-delete-domain --domain-name STRING [--force] COMMON_OPTIONS
  
DESCRIPTION

Deletes the search domain specified by the --domain-name option.
                       
COMMON OPTIONS

-a, --access-key STRING         Your AWS access key. Used in conjunction
                                with --secret-key. Required if you
                                do not use an AWS credential file.

-c, --aws-credential-file FILE  The path to the file that contains your AWS
                                credentials. Required if you have not
                                set the AWS_CREDENTIAL_FILE environment
                                variable or explicitly set your credentials
                                with --access-key and --secret-key.
 
-d, --domain-name STRING        The name of the domain that you are deleting.
                                Required.
 
-e,  --endpoint URL             The endpoint for the Amazon CloudSearch
                                Configuration Service. Defaults to the 
                                CS_ENDPOINT environment variable or
                                cloudsearch.us-east-1.amazonaws.com
                                if the environment variable is not set.
                                Optional.  
 
-h, --help                      Display this help message. Optional.
  
-k, --secret-key STRING         Your AWS secret key. Used in conjunction with
                                --access-key. Required if you do not
                                use an AWS credential file.
 
-ve, --verbose                  Display verbose log messages. Optional.
 
-v, --version                   Display the version number of the command
                                line tools. Optional.
 
 DELETE DOMAIN OPTIONS

-f, --force                     Delete the domain without prompting for
                                confirmation. Optional.
 
EXAMPLES

Delete a domain without prompting for confirmation:

 cs-delete-domain -d mydomain --force COMMON_OPTIONS