# PetscInfoDeactivateClass
Deactivates `PetscInfo()` messages for a PETSc object class. 
## Synopsis
```
#include "petscsys.h"   
PetscErrorCode PetscInfoDeactivateClass(PetscClassId classid)
```
Not Collective


## Input Parameter

- ***classid -*** The object class,  e.g., `MAT_CLASSID`, `SNES_CLASSID`, etc.



## Note
One can pass 0 to deactivate all messages that are not associated with an object.




## See Also
 `PetscInfoActivateClass()`, `PetscInfo()`, `PetscInfoAllow()`, `PetscInfoSetFromOptions()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/info/verboseinfo.c.html#PetscInfoDeactivateClass">src/sys/info/verboseinfo.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/tutorials/ex7.c.html">src/mat/tutorials/ex7.c.html</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/info/verboseinfo.c)


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