Skip to content
OpenTrain AIOpenTrain AIOpenTrain AIDocs

Ask OpenTrain

Answers from the documentation, with sources.

What would you like to do with OpenTrain?

AI answers can be mistaken. Check the linked sources. Don’t include private account information.

Open app

DEVELOPER DOCUMENTATION

Archive Job Instruction Page

Archive a page from a job's canonical Instructions tab.

DELETE/api/public/v1/instructions/jobs/{jobId}/pages/{pageId}

Archives one canonical job page. Archiving a root page also archives every subpage beneath it. Requires instructions:write, employer access, and this JSON body:

{
"confirmArchive": true,
"preflightToken": "<signed-token>",
"confirmLive": true
}

Archiving is immediately visible to hired AI trainers. The response includes the archived page ID and exact employer URL. Re-inspect the job tree after a multi-page cleanup. Obtain preflightToken by preflighting the exact archive operation first.