Vultr DocsLatest Content


Update

Updated on 15 September, 2025

Updates configuration settings for an existing Kubernetes cluster on Vultrs platform, allowing modification of resources, version, and other parameters.


The vultr-cli kubernetes update command updates configuration settings for an existing Kubernetes cluster on Vultr's platform, allowing you to modify resources, version, or other cluster parameters.

Usage

console
$ vultr-cli kubernetes update <Cluster ID> [flags]

Examples

console
# Full example
$ vultr-cli kubernetes update ffd31f18-5f77-454c-9065-212f942c3c35 --label="updated-label"
# Shortened with alias commands
$ vultr-cli k u ffd31f18-5f77-454c-9065-212f942c3c35 -l="updated-label"

Flags

Shorthand Long Version Description
-l --label label for your kubernetes cluster

Comments

No comments yet.