v2

latestOpenAPI 3.0.1Apache 2.02026-07-2698173135.4 KB
Machines

Signal Machine

Send a signal to a specific Machine within an app using the details provided in the request body.

post/apps/{app_name}/machines/{machine_id}/signal

Path parameters

app_namestring required

Fly App Name

machine_idstring required

Machine ID

Request body

signal'SIGABRT' | 'SIGALRM' | 'SIGFPE' | 'SIGHUP' | 'SIGILL' | 'SIGINT' | 'SIGKILL' | 'SIGPIPE' | 'SIGQUIT' | 'SIGSEGV' | 'SIGTERM' | 'SIGTRAP' | 'SIGUSR1' | 'SIGUSR2'

Response

OK