Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Maintenance

Maintenance#

List available tasks#

{SUP} tasks_maintenance help
{SUP} tasks_maintenance help {CATEGORY}
{SUP} tasks_maintenance help {CATEGORY} {ACTION}

List all tasks#

{SUP} tasks_maintenance tasks
{SUP} tasks_maintenance tasks {ACCOUNT_ID}

Add a new task#

Note: set timeout to 300 seconds or more when your {CSV_FILE} fails to upload.

{SUP} -t 300 tasks_maintenance add {AUTH_ACCOUNT_ID} {ACCOUNT_ID} {CATEGORY} {ACTION} {CSV_FILE}

Or, for a task that does not require an input file:

{SUP} -t 300 tasks_maintenance add {AUTH_ACCOUNT_ID} {ACCOUNT_ID} {CATEGORY} {ACTION}

Remove a completed task#

{SUP} tasks_maintenance remove {TASK_ID}

Get a specific task's details#

{SUP} tasks_maintenance task {TASK_ID}

Note: set timeout to 300 seconds or more when the CSV file fails to download.

{SUP} -t 300 tasks_maintenance task_input {TASK_ID}

Start a task#

{SUP} tasks_maintenance start {TASK_ID}

Retrieve a task's output CSV#

Note: set timeout to 300 seconds or more when the errors listing fails to download.

{SUP} -t 300 tasks_maintenance task_output {TASK_ID}