Beyond the daily loop, every resource the control plane exposes is a command with the same shape:
Not every resource supports all five — the table at the bottom of this page says which. Run a resource with no subcommand to see its verbs:

Verb aliases

Type whichever comes naturally:

Building a request body

create and update take key=value pairs. Values are decoded rather than passed as strings, so replicas=2 is a number and active=true is a boolean: Repeat a dotted key to build up an object:
For a body too large for one line, read it from a file or stdin:

Deleting

Deletes ask before they act, and refuse rather than assume when nothing can answer:

The resources

ID is the positional argument for every resource except buckets, which are addressed by NAME.

App platform

Compute

update on a droplet resizes it.

Storage

Databases

See Databases for uncloud db add and db env, which are scoped to the linked app.

Networking

App hostnames live under uncloud domain.

Delivery

Access and identity

Observability