Loading...
mutiro agents move

Move a self-hosted agent to Mutiro-hosted runtime

Synopsis

Move an existing self-hosted agent to Mutiro-hosted runtime.

This command keeps the same agent identity, uploads .agent_instructions.md when present, registers the agent as Mutiro-hosted, and deploys it using hosted runtime defaults.

Local model, tool, workspace, and daemon settings are ignored.

The agent's credentials are rotated and handed to the hosted runtime, so any local daemon or .env key for it stops working — one agent answers in one place. After a successful deploy, the command removes the agent from the local runtime unless --keep-runtime is set.

Examples: mutiro agents move my-agent hosted mutiro agents move my-agent hosted --agent-config ./agent/.mutiro-agent.yaml mutiro agents move my-agent hosted --skip-instructions mutiro agents move my-agent hosted --keep-runtime

mutiro agents move [agent-username] hosted [flags]

Usage mutiro agents move [agent-username] hosted [flags]
Examples
mutiro agents move my-agent hosted mutiro agents move my-agent hosted --agent-config ./agent/.mutiro-agent.yaml mutiro agents move my-agent hosted --skip-instructions mutiro agents move my-agent hosted --keep-runtime
Options
Flag Type Description
--agent-config string Self-hosted agent config file to read (default ".mutiro-agent.yaml")
--force bool Skip confirmation prompt
-h, --help bool help for move
--instructions string Instructions file to upload (default: .agent_instructions.md next to --agent-config)
--keep-runtime bool Do not remove the agent from the local runtime after hosted deployment
--skip-instructions bool Do not upload local .agent_instructions.md
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro agents