list_serverless_inference
Retrieve all serverless inference subscriptions from your Vultr account, including subscription IDs, labels, API keys, and creation dates.
Instructions
List all serverless inference subscriptions in your Vultr account.
Returns: List of inference subscription objects with details including: - id: Subscription ID (UUID) - label: User-defined label for the subscription - api_key: API key for accessing the inference service - date_created: When the subscription was created
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}