curl --request POST \
--url https://api.faces.sh/v1/compile/documents/{doc_id}/pause{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Pause a running compilation. Progress is preserved. Resume with POST /make.
curl --request POST \
--url https://api.faces.sh/v1/compile/documents/{doc_id}/pause{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}