Deploy agent with code changes
Runtime API - Agents Management
Deploy agent with code changes
Deploys agent with local code changes from CLI.
PATCH
Deploy agent with code changes
Documentation Index
Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Agent UUID
Body
application/json
The name of the repository
Example:
"my-repo"
The message of the commit
The tree of the commit
Example:
[
{
"path": "caminho/arquivo.txt",
"mode": "100644",
"type": "blob",
"content": "Conteúdo do arquivo"
}
]The branch of the commit
Example:
"main"
Git commit author name (from local git config)
Example:
"Danrley Silva"
Git commit author email (from local git config)
Example:
"danrley@example.com"
Target environment for deploy. If not provided, defaults to production (backward compat with old CLI).
Available options:
staging, production Response
200
Agent deployed successfully.