Modifies configuration settings for existing AI/ML inference instances on Vultrs infrastructure.
The vultr-cli inference update
command modifies existing inference instances, allowing you to update configurations or settings for your AI/ML deployment on Vultr's infrastructure.
$ vultr-cli inference update <inference ID> [flags]
# Full example
$ vultr-cli inference update --label="example-inference-updated"
Shorthand | Long Version | Description |
---|---|---|
-l | --label | label for the inference subscription |
No comments yet.