tp storage command group.
Commands
tp storage create- Create a new storage volumetp storage list(ls) - List storage volumestp storage info- Get detailed information about a storage volumetp storage edit- Edit storage volume propertiestp storage destroy(rm) - Delete a storage volume
To attach or detach storage volumes from clusters, use
tp cluster attach and tp cluster detach. See Cluster Commands.tp storage create
Create a new storage volume.size- Size of the volume in GB (required, positional)--name NAME- Custom volume name (optional)--deletion-protection- Enable deletion protection (optional)--wait- Wait for the storage volume to be fully created (optional)
tp storage list
List your storage volumes. Alias:tp storage ls.
--org, --organization- List all volumes in your organization (optional)
tp storage info
Get detailed information about a storage volume.storage_id- The ID of the storage volume to inspect
tp storage edit
Edit storage volume properties.storage_id- The ID of the storage volume to edit
--name NAME- New name for the storage volume--deletion-protection DELETION_PROTECTION- Enable/disable deletion protection (true/false)-s, --size SIZE- New size for the storage volume in GB (size can only be increased)
tp storage destroy
Delete a storage volume permanently. Alias:tp storage rm.
storage_id- ID of the storage volume to destroy--no-input- Skip confirmation prompts and destroy immediately (optional)--wait- Wait for the storage volume to be fully destroyed (optional)