bdy environment update

View as Markdown
$bdy environment update|edit [options] <identifier>

Update an environment

ARGUMENTS
identifier
Environment identifier (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-n, --name <name>
Environment name
--tags <tags>
Comma-separated list of tags
--public-url <url>
Public URL of the environment
--icon <icon>
Icon of the environment (an emoji, e.g. 🚀)
--note <note>
Resource note
--agent-note <note>
Note for AI agents operating on this resource
-h, --help
display help for command

Documentation for bdy v1.24.8

Last modified on Sep 3, 2026

Examples

Rename environment
bdy env edit environment-identifier -n "New name"$
Set tags
bdy env edit environment-identifier --tags prod,stable$
Set icon
bdy env edit environment-identifier --icon 🚀$
Clear note
bdy env edit environment-identifier --note ""$