Jobs
Cancel a Job
Retrieve a job.
put/projects/{owner}/{name}/jobs/{job_id}/cancel
Path parameters
ownerstring required
namestring required
job_idstring required
Response
Accepted
Example response
{
"author": {
"id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
"account_type": "user",
"name": "ladybugbot",
"display_name": "Ladybug Bot",
"description": "Beep Boop!"
},
"owner": {
"id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
"account_type": "user",
"name": "ladybugbot",
"display_name": "Ladybug Bot",
"description": "Beep Boop!"
},
"recipe": {
"inputs": [
{
"alias": [
{
"handler": [
{
"module": "honeybee_rhino.handlers"
}
]
}
]
}
],
"outputs": [
{
"alias": [
{
"handler": [
{
"module": "honeybee_rhino.handlers"
}
]
}
]
}
]
}
}