update_serverless_inference
Modify the label of an existing serverless inference subscription to improve organization and identification within your Vultr cloud infrastructure.
Instructions
Update an existing serverless inference subscription.
Args: subscription_id: The inference subscription ID or current label label: New label for the subscription
Returns: Updated inference subscription information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
label | Yes | ||
subscription_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"label": {
"title": "Label",
"type": "string"
},
"subscription_id": {
"title": "Subscription Id",
"type": "string"
}
},
"required": [
"subscription_id",
"label"
],
"type": "object"
}