update-network-storage
Update the size or rename a network storage on Novita MCP Server by specifying the storage ID, new size (in GB), and optional new name. Ensure the new size is larger than the current size.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
storageId | Yes | The unique ID of the network storage to update. Please ensure it exists before updating. | |
storageName | No | New name for the network storage. This is optional, if not provided, the name will not be changed. Use only letters, numbers, and hyphens | |
storageSize | Yes | New size in GB (must be larger than current size). You can use the `list-network-storage` tool to get the current size if you don't know it. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Novita MCP Server
- create-container-registry-auth
- create-gpu-instance
- create-network-storage
- create-template
- delete-container-registry-auth
- delete-gpu-instance
- delete-network-storage
- delete-template
- get-gpu-instance
- get-template
- list-clusters
- list-container-registry-auths
- list-gpu-instances
- list-network-storage
- list-products
- list-templates
- restart-gpu-instance
- start-gpu-instance
- stop-gpu-instance
- update-network-storage