# TSMonitorCancel
Clears all the monitors that have been set on a time-step object. 
## Synopsis
```
#include "petscts.h"  
PetscErrorCode TSMonitorCancel(TS ts)
```
Logically Collective


## Input Parameters

- ***ts -*** the `TS` context obtained from `TSCreate()`





## Note
There is no way to remove a single, specific monitor.


## See Also
 [](chapter_ts), `TS`, `TSMonitorDefault()`, `TSMonitorSet()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/interface/tsmon.c.html#TSMonitorCancel">src/ts/interface/tsmon.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/tsmon.c)


[Index of all TS routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
