putSnapshotsSnapshotId
Update Snapshot
Details
- Method:
PUT - Path:
/snapshots/{snapshot-id} - Operation ID:
put-snapshots-snapshot-id
Parameters
{
"description": {
"description": "The user-supplied description for the Snapshot.",
"required": true,
"location": "body",
"type": "string"
}
}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('vultr')
# Call this tool
result = await agent.call_tool('putSnapshotsSnapshotId', {
# Add required parameters here
})