Commands
runagent upload
Upload agent to remote server
Synopsis
Description
Upload your agent code to RunAgent servers without starting it. Useful for preparing deployments or updating code.
Options
Option | Description | Default |
---|---|---|
--name , -n | Agent name | From config |
--skip-validation | Skip validation checks | false |
--compress | Compress before upload | true |
Examples
Upload Process
- Validates configuration
- Packages agent files
- Compresses (if enabled)
- Uploads to server
- Returns upload ID
Output
See Also
runagent start
- Start uploaded agentrunagent deploy
- Upload and start in one command