Initiate a new firmware dump process.
URL: The URL of the firmware to be dumped (required)
a: Use alternative dumperf: Force a new dump even if an existing one is foundb: Add the dump to the blacklist
- Basic usage:
/dump https://example.com/firmware.zip - Use alternative dumper:
/dump https://example.com/firmware.zip a - Force new dump:
/dump https://example.com/firmware.zip f - Add to blacklist:
/dump https://example.com/firmware.zip b - Combine options:
/dump https://example.com/firmware.zip afb
Cancel an ongoing dump process.
job_id: The ID of the job to be cancelled (required)
/cancel 123