Projects (CLI)

Manage projects from the obs CLI. Simple CRUD for the containers that group monitors, checks, and environments.

Manage projects: the containers that group monitors, checks, and environments.

obs project create --name "Acme prod" --description "Production monitoring"
obs project list
obs project get <id>
obs project update <id> --description "Updated copy"
obs project delete <id> -y

Create/update flags: -n, --name, -d, --description.

--file <path> create and obs schema project are available, matching the other resource commands.

Nested project sub-resources (project environments, rules) are not managed by this command; manage those in the dashboard.

See also: the CLI reference overview.

Was this page helpful?