# terminateServiceStatusUrl

> **terminateServiceStatusUrl**(`options`): `string`

Defined in: [packages/synapse-core/src/sp/terminate-service.ts:84](https://github.com/FilOzone/synapse-sdk/blob/aaa98045b003ec23f4318ba9a3032a434e5a20c9/packages/synapse-core/src/sp/terminate-service.ts#L84)

Build the termination status URL for a data set, pollable with
[waitForTerminateService](/reference/filoz/synapse-core/sp/functions/waitforterminateservice/). Useful for resuming tracking of a
previously requested termination.

## Parameters

| Parameter | Type |
| ------ | ------ |
| `options` | \{ `dataSetId`: `bigint`; `serviceURL`: `string`; \} |
| `options.dataSetId` | `bigint` |
| `options.serviceURL` | `string` |

## Returns

`string`