Commands
Available Commands
PoloCloud provides a comprehensive set of commands to manage your Minecraft cloud infrastructure. Here's a complete reference of all available commands.
help
Shows all available commands in the PoloCloud agent.
Example:
helpOutput:
List of available commands:
- updater: Updates the agent to the latest version
- shutdown: Shuts down the agent
- reload: Reloads the agent configuration
- info: Used to display information about the agent
- help: Show all available commands
- clear: Clears the terminal screen
- group: Manage all group actions
- service: Used to manage services
- platform: Manage the platforms
- templates: Manage all your templatesinfo
Displays detailed information about the current agent status and system resources.
Example:
infoOutput:
Current agent information:
- Uptime: 14m 27s
- Cluster type: LocalRuntime
- Java version: 21.0.8
- Cpu usage: 1.45%
- Used memory: 67.0MB
- Max memory: 6516.0MB
- Subscribed events: 1Information displayed:
- Uptime - How long the agent has been running
- Cluster type - Runtime environment (LocalRuntime, etc.)
- Java version - Java runtime version
- CPU usage - Current CPU utilization percentage
- Memory usage - Current and maximum memory consumption
- Subscribed events - Number of active event subscriptions
reload
Reloads the agent configuration and refreshes all cached data from storage.
Example:
reloadOutput:
Reloading agent configuration...
Drop all cached groups and reload from storage...
Collect 3 groups from storage.
Agent configuration reloaded successfully.What happens:
- Configuration files are re-read
- Cached groups are cleared and reloaded
- All services are refreshed
- Configuration changes take effect immediately
clear
Clears the terminal screen for a clean workspace.
Example:
clearUse cases:
- Clean up cluttered terminal output
- Start fresh after troubleshooting
- Improve readability during long sessions
shutdown
Gracefully shuts down the PoloCloud agent and all running services.
Example:
shutdownWhat happens:
- All services receive shutdown signals
- Players are disconnected gracefully
- World data is saved
- Agent process terminates cleanly
updater
Manages agent updates and version checking.
Available subcommands:
updater versions- List available versionsupdater check- Check for updatesupdater update- Update to latest version
Example:
updater checkplatform
Manages Minecraft platform configurations and tasks.
Available subcommands:
platform list- List all available platformsplatform <platform>- Manage specific platformplatform tasks- List platform tasks
Example:
platform listtemplates
Manages server templates for quick service creation.
Available subcommands:
templates list- List all available templates
Example:
templates listgroup
Manages server groups and their configurations.
Example:
group listservice
Manages individual Minecraft services and their lifecycle.
Example:
service listNote: For detailed service management commands, see the Services page.
Command Categories
System Commands
help- Command referenceinfo- Agent informationreload- Configuration reloadclear- Terminal cleanupshutdown- Agent shutdown
Update Commands
updater- Version management
Management Commands
group- Group managementservice- Service managementplatform- Platform managementtemplates- Template management
Tips
- Use
helpto see all available commands - Use
clearto clean up your terminal - Use
reloadafter configuration changes - Use
infoto monitor agent performance - Use
shutdownfor clean agent termination