Skip to main content

update_custom_name

Set or update the custom name of a VPS or Node instance. Useful for labeling instances with friendly names.

Parameters

NameTypeRequiredDescription
instanceIdstringYesInstance ID (userNode or userVps ID) to update
typestringYesInstance type: "node" or "vps"
customNamestringYesCustom name for the instance (max 100 characters)

Example Usage

Rename instance inst_456 to "my-validator"

Example Response

## Custom Name Updated

**Instance ID:** inst_456
**Type:** vps
**Custom Name:** my-validator