delete-rs-container

Deletes an existing Rackspace container This command deletes a container (directory) from Rackspace’s Cloud Files service. The login and API key for Rackspace must be set using the --user and --key flags, unless defaults have been set in the Virtualmin configuration. The --container flag must be given to specify the name of the container to remove. The optional --recursive flag tells the command to delete all files in the container first.

Deletes an existing Rackspace container#

This command deletes a container (directory) from Rackspace’s Cloud Files service. The login and API key for Rackspace must be set using the --user and --key flags, unless defaults have been set in the Virtualmin configuration.

The --container flag must be given to specify the name of the container to remove. The optional --recursive flag tells the command to delete all files in the container first.

Command line help#

virtualmin delete-rs-container [--user name]
 [--key key]
 --container name
 [--recursive]

Source: https://www.virtualmin.com/docs/development/api-programs/delete-rs-container/

  • virtualmin, user, log, api, command line, container, delete
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

create-rs-container

Creates a new empty Rackspace container This command creates a new container (directory) on...

list-rs-containers

Lists all containers owned by a Rackspace account This command queries Rackspace’s cloud files...