rmcloudserver

The rmcloudserver command removes a cloud that is running on the storage system.

Note: The storage system supports up to eight clouds.
  • If the system has only one cloud and that cloud is removed by the user, the cloud will be automatically deactivated.
  • If the system has more than one cloud and a cloud is removed by the user, then the cloud that is removed will be marked as "Remove Pending". User will have to manually deactivate such clouds using managecloudserver command.
Read syntax diagramSkip visual syntax diagram rmcloudserver  -quiet cloud_name

Parameters

-quiet

(Optional) Turns off the confirmation prompt for this command.

cloud_name

(Required) The name of the cloud to be deleted.

Example 1

When the system has only one cloud (the cloud is deleted and deactivated):
dscli> rmcloudserver ibmcloud
The resulting output
CMUC00503W Are you sure you want to delete the cloud
       ibmcloud? [Y/N]                                           
CMUC00504I The cloud ibmcloud was successfully deleted from node 0.                                           
CMUC00504I The cloud ibmcloud was successfully deleted from node 1.                                           

Example 2

When the system has more than one cloud (the cloud changes to "Remove Pending" state):
dscli> rmcloudserver ibmcloud
The resulting output
CMUC00503W Are you sure you want to delete the cloud
       ibmcloud? [Y/N]                                           
CMUC00603W The cloud ibmcloud was successfully removed from node 0.
       To update the cloud, run managecloudserver -action applypndgconfig command.                                           
CMUC00603W The cloud ibmcloud was successfully removed from node 1.
       To update the cloud, run managecloudserver -action applypndgconfig command.