Update Server Cron Job

Last Updated: August 20, 2026

Updates a server-level cron job and reinstalls it on the server. Requires the write:servers scope and the server:manage-cron-jobs permission.

Delete Server Cron Job

Last Updated: August 20, 2026

Removes the cron job from the server (synchronous SSH) and deletes the record. Requires the write:servers scope.

Execute Server Cron Job

Last Updated: August 20, 2026

Triggers the cron command now. The command is launched in the background (detached over SSH) and returns 202 immediately, so long-running cron jobs do not time out the request. Retrieve…

Get Server Cron Job Output

Last Updated: August 20, 2026

Returns the last captured output for the cron job. Requires the read:servers scope and the server:manage-cron-jobs permission.

List Firewall Rules

Last Updated: August 20, 2026

Returns every firewall rule configured on the server, with per-traffic counts (allow / deny) and the active-rule count. Requires the read:servers scope.

Create Firewall Rule

Last Updated: August 20, 2026

Creates a new firewall rule on the server. Synchronous — runs InstallFirewall over SSH inline and returns the new row at 201. Idempotent on (name, port, ip_address). Requires the write:servers…

Delete Firewall Rule

Last Updated: August 20, 2026

Disables the rule on the server (DisableFirewall over SSH) then deletes the row. Synchronous. Requires the write:servers scope.

Enable Firewall Rule

Last Updated: August 20, 2026

Marks the rule active and runs InstallFirewall over SSH. Synchronous. Requires the write:servers scope.

Disable Firewall Rule

Last Updated: August 20, 2026

Marks the rule inactive and runs DisableFirewall over SSH. Synchronous. Requires the write:servers scope.

Whitelist xCloud Infrastructure IPs

Last Updated: August 20, 2026

Adds (or extends) the "xCloud Infrastructure" rule so xCloud jumpbox, API, backup, and monitoring IPs can reach the server's SSH port. Safe to call repeatedly — already-present IPs are not…

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.