---
title: Update
url: https://docs.vultr.com/reference/vultr-cli/kubernetes/update
description: Updates configuration settings for an existing Kubernetes cluster on Vultrs platform, allowing modification of resources, version, and other parameters.
publish_date: 2025-09-14T03:07:16.329565Z
last_updated: 2025-11-07T17:48:31.599705Z
---

The `vultr-cli kubernetes update` command updates configuration settings of an existing Kubernetes cluster on Vultr's platform, allowing modifications to node pools, versions, 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 |