Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cloudservers(1) [debian man page]

CLOUDSERVERS(1) 						   User Commands						   CLOUDSERVERS(1)

NAME
cloudservers - Command-line interface to the Cloud Servers API. SYNOPSIS
cloudservers [ --username USERNAME ] [ --apikey APIKEY ] <subcommand> DESCRIPTION
cloudservers is a command line interface to the Rackspace Cloud Servers API. COMMAND OVERVIEW
cloudservers backup-schedule Show or edit the backup schedule for a server. cloudservers backup-schedule-delete Delete the backup schedule for a server. cloudservers boot Boot a new server. cloudservers delete Immediately shut down and delete a server. cloudservers flavor-list Print a list of available 'flavors' (sizes of servers). cloudservers help Display help about this program or one of its subcommands. cloudservers image-create Create a new image by taking a snapshot of a running server. cloudservers image-delete Delete an image. cloudservers image-list Print a list of available images to boot from. cloudservers ip-share Share an IP address from the given IP group onto a server. cloudservers ip-unshare Stop sharing an given address with a server. cloudservers ipgroup-create Create a new IP group. cloudservers ipgroup-delete Delete an IP group. cloudservers ipgroup-list Show IP groups. cloudservers ipgroup-show Show details about a particular IP group. cloudservers list List active servers. cloudservers reboot Reboot a server. cloudservers rebuild Shutdown, re-image, and re-boot a server. cloudservers rename Rename a server. cloudservers resize Resize a server. cloudservers resize-confirm Confirm a previous resize. cloudservers resize-revert Revert a previous resize (and return to the previous VM). cloudservers root-password Change the root password for a server. cloudservers show Show details about the given server. Optional arguments: --username USERNAME Defaults to env[CLOUD_SERVERS_USERNAME]. --apikey APIKEY Defaults to env[CLOUD_SERVERS_API_KEY]. See "cloudservers help COMMAND" for help on a specific command. cloudservers March 2010 CLOUDSERVERS(1)

Check Out this Related Man Page

asadmin-delete-virtual-server(1AS)				   User Commands				asadmin-delete-virtual-server(1AS)

NAME
delete-virtual-server - deletes the virtual server with the named virtual server ID SYNOPSIS
delete-virtual-server --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile file- name] [--terse=false] [--echo=false] [--interactive=true] virtual_server_id Deletes the virtual server with the named virtual server ID. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. OPERANDS
virtual_server_id identifies the unique ID for the virtual server to be created. This virtual server ID cannot begin with a number. Example 1: Using delete-virtual-server asadmin> delete-virtual-server --user admin1 --password adminadmin1 --host pigeon --port 5001 sample_vs1 Command delete-virtual-server executed successfully Where sample_vs1 is the virtual server deleted. EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-create-virtual-server(1AS), asadmin-list-virtual-servers(1AS) J2EE 1.4 SDK March 2004 asadmin-delete-virtual-server(1AS)
Man Page