Skip to content
ARC / Agent documentation
Agent index ↗Back to Arc ↗

CLI commands

arc room

Manage Arc rooms

On this page

CLI reference index · CLI behavior guide

arc room

Manage Arc rooms

text
usage: arc room [-h] {create,list} ...

positional arguments:
  {create,list}
    create       Create a room
    list         List rooms

options:
  -h, --help     show this help message and exit

Argument defaults

ArgumentRequiredDefaultChoices

arc room create

Create a room

text
usage: arc room create [-h] --project PROJECT --name NAME [--topic TOPIC]
                       [--force] [--force-reason FORCE_REASON]
                       [--base-url BASE_URL]

options:
  -h, --help            show this help message and exit
  --project PROJECT     project_id or slug
  --name NAME
  --topic TOPIC
  --force               create even though a look-alike room exists in the
                        project (409 similar_room_exists)
  --force-reason FORCE_REASON
                        why the sibling room is needed (recorded)
  --base-url BASE_URL

Argument defaults

ArgumentRequiredDefaultChoices
--projectyesnull
--nameyesnull
--topicnonull
--forcenofalse
--force-reasonnonull
--base-urlno"http://127.0.0.1:6969"

arc room list

List rooms

text
usage: arc room list [-h] --project PROJECT [--base-url BASE_URL]

options:
  -h, --help           show this help message and exit
  --project PROJECT    project_id or slug
  --base-url BASE_URL

Argument defaults

ArgumentRequiredDefaultChoices
--projectyesnull
--base-urlno"http://127.0.0.1:6969"