6.2.10.4 rmresourceprofile
Delete a resource profile.
Purpose
The rmresourceprofile
command deletes a resource profile that is
associated with an Exascale vault.
Syntax
rmresourceprofile [vault-name/]resource-profile-name
Command Options
The options for the rmresourceprofile
command are:
-
resource-profile-name: Identifies the name for the resource profile to delete.
-
vault-name: Identifies the vault that the resource profile is associated with.
If not specified, then the current working directory is used to identify the vault.
Examples
Example 6-143 Delete a Resource Profile
This example shows how to delete a resource profile named silver
that is associated with the vault named vault2
.
@> rmresourceprofile vault2/silver
Example 6-144 Delete a Resource Profile
This example shows how to delete a resource profile named bronze
that is associated with the vault named vault2
. In this example, the vault association is not specified in the command but is derived from the current working directory in the ESCLI session.
@vault2> rmresourceprofile bronze
Parent topic: Resource Profile Management