KosmoKrator

productivity

Bitrise CLI for AI Agents

Use the Bitrise CLI from KosmoKrator to call Bitrise tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Bitrise CLI Setup

Bitrise can be configured headlessly with `kosmokrator integrations:configure bitrise`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure bitrise --set api_token="$BITRISE_API_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor bitrise --json
kosmokrator integrations:status --json

Credentials

Authentication type: API token api_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_token BITRISE_API_TOKEN Secret secret yes API Token
url BITRISE_URL Text text no API URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call bitrise.bitrise_list_apps '{}' --json
Provider shortcut
kosmo integrations:bitrise bitrise_list_apps '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs bitrise --json
kosmo integrations:docs bitrise.bitrise_list_apps --json
kosmo integrations:schema bitrise.bitrise_list_apps --json
kosmo integrations:search "Bitrise" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

bitrise.bitrise_list_apps

List accessible Bitrise apps.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_apps '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_apps '{}' --json

bitrise.bitrise_register_app

Register a new Bitrise app.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_register_app '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_register_app '{}' --json

bitrise.bitrise_get_app

Get one Bitrise app.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_app '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_app '{}' --json

bitrise.bitrise_update_app

Update app settings.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_update_app '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_update_app '{}' --json

bitrise.bitrise_delete_app

Delete one Bitrise app.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_delete_app '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_delete_app '{}' --json

bitrise.bitrise_get_bitrise_yml

Get app configuration YAML.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_bitrise_yml '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_bitrise_yml '{}' --json

bitrise.bitrise_upload_bitrise_yml

Upload app configuration YAML.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_upload_bitrise_yml '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_upload_bitrise_yml '{}' --json

bitrise.bitrise_get_bitrise_yml_config

Get bitrise.yml storage configuration.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_bitrise_yml_config '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_bitrise_yml_config '{}' --json

bitrise.bitrise_update_bitrise_yml_config

Update bitrise.yml storage configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_update_bitrise_yml_config '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_update_bitrise_yml_config '{}' --json

bitrise.bitrise_list_branches

List repository branches for an app.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_branches '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_branches '{}' --json

bitrise.bitrise_register_ssh_key

Register app SSH key data.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_register_ssh_key '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_register_ssh_key '{}' --json

bitrise.bitrise_finish_app

Finish app registration.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_finish_app '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_finish_app '{}' --json

bitrise.bitrise_list_organization_apps

List apps for a Workspace.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_organization_apps '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_organization_apps '{}' --json

bitrise.bitrise_list_user_apps

List apps for a user.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_user_apps '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_user_apps '{}' --json

bitrise.bitrise_get_role_groups

List groups assigned to an app role.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_role_groups '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_role_groups '{}' --json

bitrise.bitrise_set_role_groups

Replace groups assigned to an app role.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_set_role_groups '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_set_role_groups '{}' --json

bitrise.bitrise_update_email_notifications

Update app email notification settings.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_update_email_notifications '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_update_email_notifications '{}' --json

bitrise.bitrise_migrate_user_app_machine_types

Migrate user-owned app machine types.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_migrate_user_app_machine_types '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_migrate_user_app_machine_types '{}' --json

bitrise.bitrise_migrate_organization_app_machine_types

Migrate Workspace-owned app machine types.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_migrate_organization_app_machine_types '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_migrate_organization_app_machine_types '{}' --json

bitrise.bitrise_trigger_build

Trigger a new app build.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_trigger_build '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_trigger_build '{}' --json

bitrise.bitrise_abort_build

Abort a running app build.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_abort_build '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_abort_build '{}' --json

bitrise.bitrise_list_app_builds

List recent app builds.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_app_builds '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_app_builds '{}' --json

bitrise.bitrise_list_archived_builds

List archived app builds.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_archived_builds '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_archived_builds '{}' --json

bitrise.bitrise_list_build_workflows

List workflows triggered for an app.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_build_workflows '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_build_workflows '{}' --json

bitrise.bitrise_get_build

Get one app build.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_build '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_build '{}' --json

bitrise.bitrise_get_build_bitrise_yml

Get bitrise.yml used by one build.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_build_bitrise_yml '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_build_bitrise_yml '{}' --json

bitrise.bitrise_get_build_log

Get one build log.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_build_log '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_build_log '{}' --json

bitrise.bitrise_list_builds

List builds accessible to the account.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_builds '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_builds '{}' --json

bitrise.bitrise_register_webhook

Register an incoming app webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_register_webhook '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_register_webhook '{}' --json

bitrise.bitrise_list_outgoing_webhooks

List outgoing app webhooks.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_outgoing_webhooks '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_outgoing_webhooks '{}' --json

bitrise.bitrise_create_outgoing_webhook

Create an outgoing app webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_create_outgoing_webhook '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_create_outgoing_webhook '{}' --json

bitrise.bitrise_update_outgoing_webhook

Update an outgoing app webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_update_outgoing_webhook '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_update_outgoing_webhook '{}' --json

bitrise.bitrise_delete_outgoing_webhook

Delete an outgoing app webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_delete_outgoing_webhook '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_delete_outgoing_webhook '{}' --json

bitrise.bitrise_list_artifacts

List build artifacts.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_artifacts '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_artifacts '{}' --json

bitrise.bitrise_get_artifact

Get one build artifact.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_artifact '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_artifact '{}' --json

bitrise.bitrise_update_artifact

Update one build artifact.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_update_artifact '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_update_artifact '{}' --json

bitrise.bitrise_delete_artifact

Delete one build artifact.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_delete_artifact '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_delete_artifact '{}' --json

bitrise.bitrise_list_secrets

List app secrets.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_secrets '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_secrets '{}' --json

bitrise.bitrise_get_secret_value

Get an unprotected secret value.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_get_secret_value '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_get_secret_value '{}' --json

bitrise.bitrise_put_secret

Create or update an app secret.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_put_secret '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_put_secret '{}' --json

bitrise.bitrise_delete_secret

Delete an app secret.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_delete_secret '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_delete_secret '{}' --json

bitrise.bitrise_list_android_keystore_files

List Android keystore files.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_list_android_keystore_files '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_list_android_keystore_files '{}' --json

bitrise.bitrise_create_android_keystore_file

Create an Android keystore upload record.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_create_android_keystore_file '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_create_android_keystore_file '{}' --json

bitrise.bitrise_delete_android_keystore_file

Delete an Android keystore file.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_delete_android_keystore_file '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_delete_android_keystore_file '{}' --json

bitrise.bitrise_api_get

Call a safe relative Bitrise GET path.

Read read
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_api_get '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_api_get '{}' --json

bitrise.bitrise_api_post

Call a safe relative Bitrise POST path.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_api_post '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_api_post '{}' --json

bitrise.bitrise_api_put

Call a safe relative Bitrise PUT path.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_api_put '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_api_put '{}' --json

bitrise.bitrise_api_patch

Call a safe relative Bitrise PATCH path.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_api_patch '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_api_patch '{}' --json

bitrise.bitrise_api_delete

Call a safe relative Bitrise DELETE path.

Write write
Parameters
none
Generic call
kosmo integrations:call bitrise.bitrise_api_delete '{}' --json
Shortcut
kosmo integrations:bitrise bitrise_api_delete '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

bitrise.bitrise_list_apps 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_apps --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_register_app 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_register_app --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_app 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_app --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_update_app 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_update_app --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_delete_app 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_delete_app --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_bitrise_yml 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_bitrise_yml --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_upload_bitrise_yml 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_upload_bitrise_yml --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_bitrise_yml_config 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_bitrise_yml_config --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_update_bitrise_yml_config 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_update_bitrise_yml_config --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_branches 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_branches --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_register_ssh_key 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_register_ssh_key --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_finish_app 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_finish_app --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_organization_apps 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_organization_apps --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_user_apps 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_user_apps --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_role_groups 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_role_groups --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_set_role_groups 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_set_role_groups --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_update_email_notifications 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_update_email_notifications --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_migrate_user_app_machine_types 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_migrate_user_app_machine_types --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_migrate_organization_app_machine_types 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_migrate_organization_app_machine_types --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_trigger_build 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_trigger_build --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_abort_build 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_abort_build --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_app_builds 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_app_builds --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_archived_builds 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_archived_builds --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_build_workflows 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_build_workflows --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_build 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_build --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_build_bitrise_yml 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_build_bitrise_yml --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_build_log 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_build_log --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_builds 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_builds --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_register_webhook 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_register_webhook --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_outgoing_webhooks 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_outgoing_webhooks --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_create_outgoing_webhook 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_create_outgoing_webhook --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_update_outgoing_webhook 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_update_outgoing_webhook --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_delete_outgoing_webhook 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_delete_outgoing_webhook --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_artifacts 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_artifacts --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_artifact 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_artifact --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_update_artifact 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_update_artifact --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_delete_artifact 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_delete_artifact --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_secrets 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_secrets --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_get_secret_value 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_get_secret_value --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_put_secret 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_put_secret --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_delete_secret 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_delete_secret --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_list_android_keystore_files 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_list_android_keystore_files --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_create_android_keystore_file 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_create_android_keystore_file --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_delete_android_keystore_file 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_delete_android_keystore_file --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_api_get 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_api_get --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_api_post 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_api_post --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_api_put 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_api_put --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_api_patch 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_api_patch --json
ParameterTypeRequiredDescription
No parameters.
bitrise.bitrise_api_delete 0 parameters
Schema command
kosmo integrations:schema bitrise.bitrise_api_delete --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.