Restart a failed magnet, or multiple failed magnets at once.
Restart a failed magnet, or multiple failed magnets at once.
get/magnet/restart
Query parameters
apikeystring
Deprecated User apikey (Use Bearer Auth in header).
agentstring required
Your software user-agent.
idsstring[] required
Array of Magnet ID.
Response
This endpoint retrieves a complete list of all available hosts for this user
Example response
{
"status": "success",
"data": {
"magnets": [
{
"message": "Magnet was successfully restarted",
"error": {
"code": "MAGNET_PROCESSING",
"message": "Magnet is processing or complete"
}
}
]
},
"error": {
"code": "MAGNET_INVALID_ID",
"message": "Magnet ID is invalid."
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.