Forcer un rebuild sans cache via useCache=false sur l'API Clever Cloud

This commit is contained in:
Jalil Arfaoui 2026-03-08 00:05:59 +01:00
parent 18691d930e
commit c84516e5d5

View file

@ -20,7 +20,7 @@ export const POST: APIRoute = async ({ request }) => {
} }
const response = await fetch( const response = await fetch(
`https://api-bridge.clever-cloud.com/v2/organisations/${orgaId}/applications/${appId}/instances`, `https://api-bridge.clever-cloud.com/v2/organisations/${orgaId}/applications/${appId}/instances?useCache=false`,
{ {
method: 'POST', method: 'POST',
headers: { Authorization: `Bearer ${token}` }, headers: { Authorization: `Bearer ${token}` },