Skip to main content
POST
Retry a command

Authorizations

Authorization
string
header
required

API token created in the dashboard under Integrations > API. Tokens start with gci_.

Path Parameters

id
integer<int64>
required

Response

The replacement command.

A delivery command in the store's queue. command is already rendered, so it can contain the buyer's delivery identifier.

command
string
Example:

"lp user Steve parent add vip"

createdAt
string<date-time>
Example:

"2026-09-25T13:05:00.000Z"

error
string

Failure reason reported by the executor.

Example:

"Player not found"

executeAt
string<date-time>
Example:

"2026-09-25T13:05:00.000Z"

id
integer<int64>
Example:

4512

offlineExecute
boolean

true runs without the player online.

Example:

false

order
object
server
object

Omitted when the server was deleted.

status
enum<string>

SCHEDULED waits for its time and, unless offlineExecute, for the player to be online; PROCESSING was handed to an executor; UNCERTAIN means the platform cannot tell whether it ran.

Available options:
SCHEDULED,
PROCESSING,
EXECUTED,
FAILED,
UNCERTAIN
Example:

"SCHEDULED"

trigger
enum<string>

What queued the command.

Available options:
PURCHASE,
EXPIRATION,
DISPUTE
Example:

"PURCHASE"

updatedAt
string<date-time>
Example:

"2026-09-25T13:06:10.000Z"