Archive or Reactivate a KoboToolbox Form
kobo_archive_formArchive or reactivate a deployed KoboToolbox form to stop or resume submissions while keeping all responses intact and exportable.
Instructions
Stop a form from accepting new submissions without deleting anything, or bring an archived form back.
This is the correct way to end a data collection round: every response is kept and stays exportable. Use it instead of kobo_delete_form, which destroys the data.
Args:
uid (string): asset uid of the deployed form
active (boolean): false to archive, true to reactivate
Returns: the resulting deployment status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Asset uid of the deployed form | |
| active | Yes | false to archive (stop accepting submissions, keeping every response), true to reactivate a previously archived form |